home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HBO Media Relations - Win…/Spring 1995 Programming
/
HBO Media Relations Winter and Spring 1995 Programming Vol 1.1.iso
/
pc
/
files
/
hbo_prev.dir
/
00094_Script_94
< prev
next >
Wrap
Text File
|
1995-01-09
|
307b
|
17 lines
global gQTSprite
on exitFrame
if the clickon = 10 or the timer > 120 then
set the movierate of sprite gQTSprite to 1
go to the frame + 1
else
go to the frame
end if
end
on idle
if the movierate of sprite gQTSprite <> 0 then
exit
else
swapbutton2
end if
end